Convert Text to HTML
**Note: YOU MUST HAVE A TEXT FILE (NOT AN ASP OR HTML FORMATTED FILE) OPEN FOR THIS TO WORK CORRECTLY!
This is a very simple conversion process. It adds the HTML tags for Line Breaks and Paragraphs to your text file..basically, the way the line breaks and paragraphs are formatted in your text file are the way the html formatting will be done. If there's a plain line break, a <BR> will replace it. If there is a blank line between lines, a <P> will replace it. This is not meant to be a full-featured converter, just a quick way to get rid of some of those nasty formatting chores in an easy manner!